home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / winlist.dxr / 00005_1_1 exit script.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  135 b   |  7 lines

  1. on exitFrame
  2.   global gWinListObj, gForgetList
  3.   dispose(gWinListObj)
  4.   gWinListObj = VOID
  5.   append(gForgetList, the activeWindow)
  6. end
  7.